'Declaration
Public Function New( _ ByVal buffer() As Byte, _ ByVal start As Integer, _ ByVal count As Integer, _ ByVal context As IServiceMessageContext _ )
'Usage
Dim buffer() As Byte Dim start As Integer Dim count As Integer Dim context As IServiceMessageContext Dim instance As New BinaryEncoder(buffer, start, count, context)
public: BinaryEncoder( array<byte>^ buffer, int start, int count, IServiceMessageContext^ context )
Parameters
- buffer
- start
- count
- context